ArcPad Extension Preferences File Schema
LABEL Element
See Also  Send comments on this topic.
ArcPad Extension Preferences File Schema > PAGE Element : LABEL Element

Glossary Item Box

Description

Used to specify the label font for ArcPad in ArcPadPrefs.apx and to define a Label control in a form.

Diagram

LABEL Element

Overview

LABEL
Used to specify the label font for ArcPad in ArcPadPrefs.apx and to define a Label control in a form.
height required Restriction of xs:int
width required Restriction of xs:int
x required xs:int
The x coordinate of the upper left corner of the label.
y required xs:int
The y coordinate of the upper left corner of the label.
alignment optional Restriction of xs:string
backgroundcolor optional xs:string
border optional Restriction of xs:string
caption optional xs:string
color optional xs:string
font optional xs:string
fontsize optional Restriction of xs:int
fontstyle optional Restriction of xs:string
group optional Restriction of xs:string
name optional xs:string

Attributes

NameTypeUseDefaultFixedDescription
heightRestriction of xs:intrequired   
widthRestriction of xs:intrequired   
xxs:intrequired  The x coordinate of the upper left corner of the label.
yxs:intrequired  The y coordinate of the upper left corner of the label.
alignmentRestriction of xs:stringoptionalleft  
backgroundcolorxs:stringoptional   
borderRestriction of xs:stringoptionalfalse  
captionxs:stringoptional   
colorxs:stringoptional   
fontxs:stringoptional   
fontsizeRestriction of xs:intoptional   
fontstyleRestriction of xs:stringoptionalregular  
groupRestriction of xs:stringoptionalfalse  
namexs:stringoptional   

Examples

ArcPadPrefs.apx ; ArcPad applet file (*.apa) with a form.

Source

<xs:element name="LABEL" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the label font for ArcPad in ArcPadPrefs.apx and to define a Label control in a form.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute use="required" ref="height">
      <xs:annotation>
        <xs:documentation>The height of the label.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute use="required" ref="width">
      <xs:annotation>
        <xs:documentation>The width of the label.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute use="required" name="x" type="xs:int">
      <xs:annotation>
        <xs:documentation>The x coordinate of the upper left corner of the label.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute use="required" name="y" type="xs:int">
      <xs:annotation>
        <xs:documentation>The y coordinate of the upper left corner of the label.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="left" ref="alignment">
      <xs:annotation>
        <xs:documentation>The alignment of the label's caption.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="backgroundcolor">
      <xs:annotation>
        <xs:documentation>The background color to use for the label. If not specified, this value is inherited from the page's backgroundcolor attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="true" ref="border">
      <xs:annotation>
        <xs:documentation>Specifies whether the label has a border.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="caption">
      <xs:annotation>
        <xs:documentation>The text displayed for the label.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="color">
      <xs:annotation>
        <xs:documentation>The color to use for the label's text. If not specified, this value is inherited from the page's color attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="font">
      <xs:annotation>
        <xs:documentation>The font for the label. If not specified, this value is inherited from the page's font attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="fontsize">
      <xs:annotation>
        <xs:documentation>The font size for the label. If not specified, this value is inherited from the page's fontsize attribute.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="regular" ref="fontstyle">
      <xs:annotation>
        <xs:documentation>The font style for the label. If not specified, this value is inherited from the page's fontstyle attribute. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline").</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="false" ref="group">
      <xs:annotation>
        <xs:documentation>Specifies whether the label starts a new group of controls.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="name">
      <xs:annotation>
        <xs:documentation>The name of the Label control. Used to reference the Label control in scripts.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.